home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / piano_an.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2012-04-23  |  77b  |  7 lines

  1. on(release){
  2.    tellTarget("/note4")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.